home *** CD-ROM | disk | FTP | other *** search
- IMPORTANT SCRIPTING IDENTIFIERS
- -------------------------------
- $abs(N) Returns absolute value of specified number.
-
- $active Returns current window that is on top
-
- $adate Returns the date in dd/mm/yy format.
-
- $address Returns userid@host.domain of specified user.
-
- $addtok(text,token,C)
- Adds the token to the end of text if itz not already in the text.
-
- $asc(Char) Returns the ascii number of the character.
-
- $asctime(N) Converts numbers from $ctime to date format.
-
- $away Returns $true or $false, depending on which...
-
- $banmask Returns address that was banned.
-
- $cb Returns the first 256 characters in the clipboard.
-
- $chr(N) Returns ascii character of the number specified.
-
- $chan Returns channel where the triggered event happened.
-
- $chan(N)
- Returns the name of the Nth Channel you're in. If N is 0 returns the number of channels you're in.
-
- $chat(N) Returns the nick of the user in the Nth dcc chat window.
-
- $clevel Returns the level that triggered the event.
-
- $count(string,substring) Returns number of times substring occurs in string.
-
- $cr Returns a carriage return - same as $chr(13)
-
- $ctime Returns the amount of time elapsed since 00:00:00 GMT, January 1, 1970.
-
- $date Returns the date in mm/dd/yy format.
-
- $day Returns the name of the current day.
-
- $dde Refer to DDE Scripting Section for info on this one.
-
- $dir[="Choose File:"] {path}
- Opens a window showing all files in the specified dir. After file is selected, Returns selected filename.
-
- $dlevel Returns the default user level.
-
- $duration(N) Converts N into a time.
-
- $exists Tests to see whether a file exists and returns $true or $false.
-
- $findtok(text,token,C) Returns the position of the token in the text.
-
- $file[="Choose File:"] {path} smaller window. Returns selected filename.
-
- $filename Returns the name of file sent or being received.
-
- $fulldate Returns the fulldate in Wed Oct 23 11:06:45 1996 format.
-
- $get(N) Returns the nick and file of the Nth dcc get. if N is 0 Returns the number of dcc gets.
-
- $getdir Returns the dcc get directory in dcc options.
-
- $gettok(text,N,C) Returns Nth charaters of text using C as a token seperator.
-
- $host Returns your host name.
-
- $instok(text,token,N,C) Inserts token to text where specific Character occurs.
-
- $ip Returns your ip number.
-
- $left(N,text) Returns the N left characters of text.
-
- $len(text) Returns the length of text.
-
- $level(address) Returns the level of the address in the Remote, Users list.
-
- $lf Returns the line feed character, same as $chr(10)
-
- $lines(file) Returns the total numbers of lines in a file.
-
- $lof(file) Returns the size of a file in bytes.
-
- $logdir Returns the directory where log files are stored.
-
- $longip(ip) Returns the Long IP of specified ip.
-
- $lower(text) Returns the text in lowercase.
-
- $mask(Address,type) Returns the address mask depending on the specified type.
-
- $me Returns your current nick.
-
- $mid(S,N,text) Returns the Nth left characters of text startin at position S.
-
- $mircdir Returns the current dir of mIRC.
-
- $mode(chan) Returns mode of specified channel, u must be on that channel.
-
- $nick - C,E Returns the nick of user who triggered that event or command.
-
- $nick(N,chan) Returns the nick of Nth user on specified channel.
-
- $nopath(file) Returns the filename, without a path.
-
- $nopnick(N,chan) Returns nick of the Nth non-op'd user on specified channel.
-
- $notify(N) Returns the Nth nick in your notify list currently on IRC.
-
- $opnick
- Use with ON OP and ON DEOP. Returns the nick of user who was deop'd or op'd.
-
- $opnick(N,chan) Returns the nick of Nth op'd nick on specified channel.
-
- $parms Returns all the words for a specified occurance.
-
- $parmN Returns the Nth word in a specified occurance.
-
- $port Returns the port that you are currently connected to.
-
- $pos(string,substring) Returns number indicating position of substring in string.
-
- $query(N)
- Returns Nick of user in Nth query window. If N is 0 returns total number of open query windows.
-
- $r(val1,val2)
- Returns random integer where val1 and val2 can be lowercase letters, uppercase letters, or numbers.
-
- $rand(val1,val2) Same as $r
-
- $read {file} Returns a random line from a text file.
-
- $read [-nl# -stext] {filename}
- -l# returns the spcified line number.
- -stext will search text file for line beginning with specified text.
- -n will treat the line as normal text.
-
- $readini {file} {section} {item} Returns textfound in file section under item.
-
- $remove(string,substring) Removes any occurence of substring in string
-
- $remtok(text,token,C) Removes the fist occurance of the token from the text.
-
- $replace(string,substring,newstring)
- Finds substring in string and replaces it with the newstring.
-
- $reptok(text,token,newtoken,C) Replaces the token in text with the new token.
-
- $send(N) Returns nick/filename of Nth dcc send, N returns number of dcc sends.
-
- $server Returns the name of server you are currently connected to.
-
- $snicks Returns a string of the currently highlighted nicks.
-
- $snick(N,chan) Returns the nick of the Nth highlighted nick on channel.
-
- $snotify Returns the nick of currently selected nick in notify list.
-
- $str(N,text) Returns a string of text N number of times.
-
- $time Returns curent time in hh:mm:ss format.
-
- $timestamp Returns the time in [hh:mm] format.
-
- $token(N,C,text) Returns Nth charaters of text using C Charater as seperator.
-
- $topic(chan) Returns topic channel, you must be on specified channel.
-
- $upper(text) Returns text in uppercase.
-
- $url Returns currently active url in your web browser.
-
- $wavdir Returns directory of wavs.